Show AllShow All

ConflictResolution Property

Returns or sets the way conflicts are to be resolved whenever a shared workbook is updated. Read/write XlSaveConflictResolution.

expression.ConflictResolution

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example causes the local user's changes to be accepted whenever there’s a conflict in the shared workbook.

ActiveWorkbook.ConflictResolution = xlLocalSessionChanges